for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
(function(){
var nowOffset = Date.now();
global.performance = { };
global.performance.now = function now(){
return Date.now() - nowOffset;
}
})();